home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11326 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: erich.triumf.ca!bennett
  2. From: bennett@erich.triumf.ca (P.Bennett)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: 16bit vs. 32bit
  5. Date: 22 Mar 1996 21:36 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Distribution: world
  8. Message-ID: <22MAR199621361849@erich.triumf.ca>
  9. References: <4iui27$egk@news.netam.net> <4iunpm$c0n@crl.crl.com>
  10. NNTP-Posting-Host: erich.triumf.ca
  11. News-Software: VAX/VMS VNEWS 1.50    
  12.  
  13. In article <4iunpm$c0n@crl.crl.com>, bobfry@crl.com (Robert Fry) writes...
  14. >bgc@alpha.netam.net (The Bowling Green Connection) writes:
  15. >>Could someone explain, technically, what 16bit and 32bit refers to?
  16. >>Is there a FAQ somewhere about it I could read?
  17. >These are topics related to the Intel CPUs. You might get more 
  18.  
  19. No.  They are related to _all_ CPUs.
  20.  
  21. They refer to the "natural" size of data that the processor handles -
  22. generally, the width of the accumulator and other processor registers, and of
  23. the data bus.
  24.  
  25. There is some "fuzziness" in the definition with some processors.  For example,
  26. the 8088 used in the original IBM PC had 16 bit registers but an 8 bit data
  27. bus, but (I think) would be considered "16 bit"
  28.  
  29.  
  30. Peter Bennett VE7CEI                | Vessels shall be deemed to be in sight
  31. Internet: bennett@triumf.ca         | of one another only when one can be
  32. Packet: ve7cei@ve7kit.#vanc.bc.ca   | observed visually from the other
  33. TRIUMF, Vancouver, B.C., Canada     |                          ColRegs 3(k)
  34. GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
  35. or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
  36.  
  37.